翻訳と辞書
Words near each other
・ Bracco
・ Bracco (company)
・ Bracco Italiano
・ BRACE
・ Brace
・ Brace (grouping)
・ Brace (sailing)
・ Brace (singer)
・ Brace (surname)
・ Brace (theatre)
・ Brace (tool)
・ Brace 4 Impak
・ Brace Beemer
・ Brace Brook
・ Brace Farm
Brace matching
・ Brace Mountain
・ Brace notation
・ Brace position
・ Brace Yourself
・ Brace Yourself (Dropping Daylight album)
・ Brace Yourself (µ-ziq album)
・ Brace Yourself for the Mediocre
・ Brace's Bakery
・ Brace's emerald
・ Braceborough
・ Braceborough and Wilsthorpe
・ Braceborough Spa Halt railway station
・ Bracebridge
・ Bracebridge and Muskoka Lakes Secondary School


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Brace matching : ウィキペディア英語版
Brace matching

Brace matching, also known as bracket matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of braces (square brackets, curly brackets, or parentheses) in languages such as Java and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction. If a closing brace is left out, for instance, the compiler will not know that the end of a block of code has been reached. Brace matching is particularly useful when many nested ''if'' statements, program loops, etc. are involved.
==Implementations==
Vim's % command does brace matching,〔(Norm Matloff's Text-Editor Web Page for Programming Students )〕 and NetBeans has brace matching built-in.〔(Overview (Editor Braces Matching) )〕
Brace matching can also be a tool for code navigation. In Visual Studio〔(Automatic Brace Matching in Visual Studio )〕 C++ 6.0, brace matching behavior was set to ignore braces found in comments. In VSC 7.0, its behavior was changed to compute commented braces.〔(Feedback: braces matching behavior )〕
IntelliJ IDEA's Ruby on Rails plugin also enables braces matching.〔(IntelliJ IDEA supports Ruby and Ruby on Rails | AjaxLine )〕 It has been proposed that Perl 5 be modified to facilitate braces matching.〔(Brace-matching for Perl Regular Expressions - perl6 )〕 The Microsoft Excel 2003 formula bar has parentheses matching. Its implementation shows all the pairs of parentheses as different colors, so it is possible to easily analyze them all at once.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Brace matching」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.